home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1996 December
/
macformat-044.iso
/
Demos
/
The Ghost Cave
/
BB
/
EXIT.Dxr
/
00004.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1996-05-30
|
116 b
|
12 lines
on exitFrame
if soundBusy(1) then
go(the frame)
else
go("end")
end if
end
on mouseUp
go("end")
end